home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
You're the Director
/
You're The Director.iso
/
mac
/
MACF
/
MGER.DIR
/
00226_Script_226
< prev
next >
Wrap
Text File
|
1995-10-10
|
1KB
|
40 lines
on mouseUp
if ((the frame <22) and (the visibility of sprite 48 = 1)) then
--set the directToStage of cast (the castnum of sprite 48)=1
set the movierate of sprite 48=0
set mtime = the movietime of sprite 48
set the visibility of sprite 48=0
set the controller of cast (the castnum of sprite 48)=0
updatestage
play "HELP"
updateStage
--set the directToStage of cast (the castnum of sprite 48)=1
set the visibility of sprite 48=1
set the controller of cast (the castnum of sprite 48)=1
set the movietime of sprite 48=mtime
updatestage
set the movierate of sprite 48=1
updatestage
else if (the visibility of sprite 48 = 1) then
set the movierate of sprite 48=0
set the visibility of sprite 48=0
set mtime = the movietime of sprite 48
set the controller of cast (the castnum of sprite 48)=0
updatestage
play "HELP"
updateStage
set the visibility of sprite 48=1
set the controller of cast the castnum of sprite 48=1
set the movietime of sprite 48=mtime
updateStage
set the movierate of sprite 48=1
updateStage
else
play "HELP"
end if
end